You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reproduced a runtime-default mismatch on the current head (713e534). The web PUT /v1/runtime-config endpoint accepts Codex with effortLevel: "max", returns HTTP 200, and echoes "max" as the effective saved default. Resolving that same persisted selection through resolveRuntimeChoiceDurable() returns no effortLevel, so the UI reports a default that actual turns silently ignore.
Could this PR update the surface endpoint to validate with thinkingLevelsForHarness(harnessId) and gate fast mode with harnessSupportsFastMode(harnessId), matching the Admin endpoint and shared resolver? A focused regression test should verify that unsupported combinations such as Codex max are rejected rather than persisted.
Thanks for this, @16francej — and sorry for the slow response.
We're closing this PR. Per CONTRIBUTING.md, since coding agents write most of the underlying code now, we'd rather receive feature ideas as a short human-written note in adrs/ — informal is great, just the idea in your own words — and bugs as a plain issue. If we're aligned we're happy to burn our own tokens on the implementation, and we'll credit you as co-author.
We don't want your idea to get lost, so we've captured it in #797 to triage on our side. Please feel free to open an adrs/ note if you feel strongly about the approach. Appreciate you engaging with the repo!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Spec diff: none.
Summary
Verification
node --experimental-test-module-mocks --test test/admin-resources.test.tsnode --experimental-test-module-mocks --test test/runtime-selection.test.tsnpm --prefix plugins/admin testnpm run typechecknpm run lintclaude-opus-5withspeed=fastbc73d6300found no actionable issuesScreenshot
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.